ImageGear .NET v24.12 - Updated
ImGearXMPBag<T> Constructor(String[])




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP Namespace > ImGearXMPBag<T> Class > ImGearXMPBag<T> Constructor : ImGearXMPBag<T> Constructor(String[])
String array.
Initializes a new instance of the ImGearXMPBag<T> class and initializes it with values from the string array.
Syntax
'Declaration
 
Public Function New( _
   ByVal value() As String _
)
'Usage
 
Dim value() As String
 
Dim instance As New ImGearXMPBag(Of T)(value)
public ImGearXMPBag<T>( 
   string[] value
)
public: ImGearXMPBag<T>( 
   string*[]* value
)
public:
ImGearXMPBag<T>( 
   array<String^>^ value
)

Parameters

value
String array.

Return Value

New instance of ImGearXMPBag<T> generic class object.
Remarks
This constructor creates an instance of ImGearXMPBag<T> generic class and initializes it with values from the string array.
See Also

Reference

ImGearXMPBag<T> Class
ImGearXMPBag<T> Members
Overload List